testing.common.done (field)

8 uses

	testing (current package)
		fuzz.go#L727: 		f.done = true
		testing.go#L639: 	done        bool                 // Test is finished and all subtests have completed.
		testing.go#L959: 	if c.done {
		testing.go#L970: 	if !c.done && int64(race.Errors()) > c.lastRaceErrors.Load() {
		testing.go#L1049: 	if !c.done && !c.isSynctest {
		testing.go#L1055: 		if !parent.done {
		testing.go#L1159: 	if !o.c.done && (o.c.chatty != nil) {
		testing.go#L1921: 		t.done = true